home *** CD-ROM | disk | FTP | other *** search
/ IRIX 5.3 for Indy R4400 / IRIX 5.3 for Indy R4400 175MHz.img / dist / eoe2.idb / usr / lib / help / de.z / de
Text File  |  1995-02-28  |  3KB  |  97 lines

  1. * *#ident    "@(#)sccs:help.d/de    6.3" 
  2. *#ident "%W%"
  3. *
  4. *
  5. -1
  6. "missing -r argument"
  7. You must specify an SID when you are
  8. listed more than once in the p-file.
  9. -2
  10. "login name or SID specified not in p-file"
  11. Either your login name, or the SID you specified, is not
  12. listed in the p-file.
  13. You probably forgot to do a get -e, or supplied the wrong SID.
  14. -3
  15. "invalid sid in p-file"
  16. Get your local source code administrator to fix
  17. up the p-file.
  18. -4
  19. "diff failed"
  20. The program delta uses to determine what changed failed, 
  21. and the delta is not made.
  22. Contact SCCS support personnel for further assistance.
  23. -5
  24. "internal error in delta/enter()"
  25. Report this to your local SCCS support personnel immediately.
  26. -6
  27. "internal error in delta/enter()"
  28. Report this to your local SCCS support personnel immediately.
  29. -7
  30. "internal error in delta/enter()"
  31. Report this to your local SCCS support personnel immediately.
  32. -8
  33. "MRs not allowed"
  34. You specified MRs, but the file being processed
  35. doesn't allow them.
  36. -9
  37. "invalid MRs"
  38. The MR validation program returned a non-zero
  39. status to delta.  This indicates that one or more
  40. of the MRs specified are invalid.
  41. -10
  42. "MRs required"
  43. No MRs were specified, but the file being processed
  44. requires them.
  45. -11
  46. "cannot fork, try again"
  47. Delta could not fork to invoke the program it uses to determine
  48. what has changed in the SCCS file.
  49. This is a system problem which may go away, so try again.
  50. If it doesn't, report it to the system support group.
  51. -12
  52. "cannot execute ..."
  53. The named program, used by delta to determine what changed
  54. in the SCCS file, could not be executed.
  55. It may be unexecutable, or it may have been removed.
  56. Contact SCCS support personnel for further assistance.
  57. -13
  58. "... failed, re-trying, segmentation = ..."
  59. The named program, used by delta to determine what has changed in
  60. the SCCS file, has failed.  The most likely cause is that the files
  61. to be compared by the named program are being segmented into chunks
  62. which are too large.  Therefore, delta re-tries with smaller chunks.
  63. (However, the smallest chunk it will try is 500 lines.  If this fails,
  64. it gives up hope and terminates processing of the SCCS file.)
  65. Do a "help de17" for more information.
  66. -14
  67. "leading SOH char in line ... of file ... not allowed"
  68. The ASCII character SOH (binary 001) is in the first position
  69. of a line.  This character is not allowed in the first position
  70. for any line of text in an SCCS file.  However, it may be used
  71. if it is escaped.
  72. -15
  73. "ambiguous `r' keyletter value"
  74. Which delta (SID) do you want to make?
  75. Look at the p-file, pick one, and specify
  76. it with the `-r' keyletter.
  77. -16
  78. When delta reads arguments from the standard input it will
  79. not prompt for comments or MRs, so these values must be
  80. supplied with the file argument.
  81. -17
  82. Because of the segmentation problem which is caused by limited system
  83. work space, the SCCS file that delta created may occupy an inordinate
  84. amount of file space.  To reduce the size of the SCCS file, the user
  85. may want to remove the delta just created and retry when the system is
  86. more lightly loaded (and hopefully more work space is available).
  87. If no subsequent delta has been made, the procedure for doing this
  88. would be:
  89.     1. get -k s.file
  90.     2. rmdel -rSID s.file
  91.     3. get -e -g s.file
  92.     4. delta s.file
  93.  
  94. where, of course, SID and file are specified appropriately.  Also
  95. steps 1 and 3 may require that you specify a SID, depending on your
  96. situation.
  97.